From: Jim Blandy Date: Mon, 28 Jun 1993 19:56:00 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95150 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8220dfd06644556230bb9fbde10bedd59724495c;p=emacs.git Doc fix. --- diff --git a/lisp/faces.el b/lisp/faces.el index 458ebfd0177..f08d7631ffa 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -618,9 +618,9 @@ If NOERROR is non-nil, return nil on failure." (and (not noerror) (error "No unitalic version of %S" font1))))) -;;; Make the builtin faces; the C code knows these as faces 0, 1, and 2, -;;; respectively, so they must be the first three faces made. - +;;; Make the default and modeline faces; the C code knows these as +;;; faces 0 and 1, respectively, so they must be the first two faces +;;; made. (defun face-initialize () (make-face 'default) (make-face 'modeline)